<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
}

body img {
	margin-top: 20px;
	margin-left: 20px;
}

.Redes.sociales {
	width: 10%;
	float: right;
	z-index: 1;
}
.Navegacion {
	background-color: #F1F1F1;
	width: 100%;
	float: left;
	z-index: 1;
}
.Navegacion .nav {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #F1F1F1;
	float: left;
}
.Navegacion .nav:hover {
	background-color: #E5E5E5;
}

.Navegacion .nav &gt;  li {
	width: 10%;
	float: left;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	margin-left: 70px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
.nav li ul {
	width: 190%;
	position: absolute;
	list-style-image: none;
	list-style-type: none;
	display: none;
}
.nav li:hover &gt; ul {
	display: block;
}


li ul li {
	position: relative;
	border: 1px solid #E9E9E9;
	background-color: #F1F1F1;
	display: block;
}


li ul li ul {
	left: 100%;
	top: 0%;
	display: block;
}
#Encabezado {
	background-color: #38CCCF;
	width: 100%;
	height: 80px;
}
#Encabezado article {
	color: #FFFFFF;
	text-align: center;
	vertical-align: 20px;
	letter-spacing: 3px;
}
#Encabezado article p {
	height: 38px;
}
.cuadrouno {
	width: 100%;
	height: 300px;
}
.cuadrouno #imagenuno img {
	float: left;
	margin-top: 50px;
	margin-left: 200px;
}
.cuadrouno #textouno {
	float: right;
	margin-top: 80px;
	margin-right: 300px;
	margin-left: 0px;
	font-style: italic;
	color: #000000;
	text-align: center;
}
.cuadrodos {
	width: 50%;
	height: auto;
	float: left;
	margin-top: 50px;
	margin-left: 30px;
	font-size: 16px;
	list-style-type: circle;
}
.cuadrodos #textodos ul {
	margin-left: 30px;
	list-style-type: disc;
}



.boton {
	width: 250px;
	height: 50px;
	border-radius: 5em;
	background-color: #E9E9E9;
	transition: background-color 1s;
	text-align: center;
	float: right;
	margin-right: 400px;
	margin-top: -50px;
}
.boton p {
	text-aling: center;
	font-size: 2em;
	font-weight: bold;
	color: #67B600;
	line-height: 1.6em;
}	
	.boton: hover {
	background-color: #D6D6D6;
}
.Pie.de.pagina {
	width: 100%;
	margin-top: 120px;
	margin-left: 20px;
	float: left;
}

.Pie.de.pagina h4 {
	color: #000000;
}
</pre></body></html>